home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
lzhsrc97.arc
/
README.NOW
< prev
Wrap
Text File
|
1989-12-18
|
762b
|
18 lines
To whom it may concern:
The file LZHSRC97.PAS is the pascal source code for the LZH compression
routine used by BRANCH version 0.97. Most of it is adapted form the
file LZHUF.C and translated into Pascal.
This program does not compress files into the same format as Lharc or
BRANCH, it simply uses a 4-byte file header and can only compress one
file at a time. The file format is the same as that produced by LZHUF.C,
but it compress files smaller than LZHUF.
This program may be a bit slow when running, I have not yet made any effort
to speed it up. Improve it you like to make it go faster.
The other program, LZHVIEW.PAS is the pascal source to view the contents
of any LZH files, which is either produced by BRANCH or LHarc 1.13.